Html Css Color HEX #0C41DC Persian Blue

📋 copy color: '#0C41DC'

red 12 ◦ green 65 ◦ blue 220

#0C41DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0C41DC

Tints of Persian Blue #0C41DC

RGB

 RED value IS 12 (5.08% from 255) = 4.04%

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 220 (86.33% from 255) = 74.07%

R = 4.04%
G = 21.89%
B = 74.07%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C41DC (or 0x0C41DC) is known color: Persian Blue. HEX triplet: 0C, 41 and DC. RGB value is (12,65,220). Sum of RGB (Red+Green+Blue) = 12+65+220=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C41DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41DC is #F3BE23. Grayscale: #424242. Windows color (decimal): -15973924 or 14434572. OLE color: 14434572.

HSL color Cylindrical-coordinate representation of color #0C41DC: hue angle of 224.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C41DC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 65 220 -
CMYK 0.95 0.70 0 0.14
HSL 224.71º 0.9% 0.45% -
HSV(B) 224.71º 0.95% 0.86% -
XYZ 14.96 9.03 68.66 -
YUV 66.82 214.44 88.9 -
System Red Green Blue C M Y K H S L
Decimal 12 65 220 0.95 0.70 0 0.14 224.71 0.9 0.45
Hex C 41 DC 5F 46 0 E E1 5A 2D
Octal 14 101 334 137 106 0 16 341 132 55
Binary 1100 1000001 11011100 1011111 1000110 0 1110 11100001 1011010 101101

Color Harmonies of #0C41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C41DC

Black with #0C41DC

Text Example


Text Example

White with #0C41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C41DC; }

 p { color: rgb(12,65,220); }

 H1.HeaderClassName
 {
   color: #0C41DC;
 }
 .AnyTagClassName
 {
   color: #0C41DC;
 }
</style>

background-color css

<style>
 a { background-color: #0C41DC; }

 a { background-color: rgb(12,65,220); }

 div.DivClassName
 {
   background-color: #0C41DC;
 }
 .BgClassName
 {
   background-color: #0C41DC;
 }
</style>

border-color css

<style>
 span { border-color: #0C41DC; }

 span { border-color: rgb(12,65,220); }

 td.TdClassName
 {
   border-color: #0C41DC;
 }
 .TagClassName
 {
   border-color: #0C41DC;
 }
</style>