Html Css Color HEX #0C43DC Persian Blue

📋 copy color: '#0C43DC'

red 12 ◦ green 67 ◦ blue 220

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

Shades of Persian Blue #0C43DC

Tints of Persian Blue #0C43DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 4.01%
G = 22.41%
B = 73.58%

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

#0C43DC (or 0x0C43DC) is known color: Persian Blue. HEX triplet: 0C, 43 and DC. RGB value is (12,67,220). Sum of RGB (Red+Green+Blue) = 12+67+220=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C43DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C43DC is #F3BC23. Grayscale: #434343. Windows color (decimal): -15973412 or 14435084. OLE color: 14435084.

HSL color Cylindrical-coordinate representation of color #0C43DC: hue angle of 224.13º 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 #0C43DC is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 67 220 -
CMYK 0.95 0.70 0 0.14
HSL 224.13º 0.9% 0.45% -
HSV(B) 224.13º 0.95% 0.86% -
XYZ 15.08 9.26 68.7 -
YUV 68 213.78 88.06 -
System Red Green Blue C M Y K H S L
Decimal 12 67 220 0.95 0.70 0 0.14 224.13 0.9 0.45
Hex C 43 DC 5F 46 0 E E0 5A 2D
Octal 14 103 334 137 106 0 16 340 132 55
Binary 1100 1000011 11011100 1011111 1000110 0 1110 11100000 1011010 101101

Color Harmonies of #0C43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C43DC

Black with #0C43DC

Text Example


Text Example

White with #0C43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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