Html Css Color HEX #0C44DC Persian Blue

📋 copy color: '#0C44DC'

red 12 ◦ green 68 ◦ blue 220

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

Shades of Persian Blue #0C44DC

Tints of Persian Blue #0C44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 4%
G = 22.67%
B = 73.33%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C44DC (or 0x0C44DC) is known color: Persian Blue. HEX triplet: 0C, 44 and DC. RGB value is (12,68,220). Sum of RGB (Red+Green+Blue) = 12+68+220=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C44DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C44DC is #F3BB23. Grayscale: #434343. Windows color (decimal): -15973156 or 14435340. OLE color: 14435340.

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

Color convert

RGB 12 68 220 -
CMYK 0.95 0.69 0 0.14
HSL 223.85º 0.9% 0.45% -
HSV(B) 223.85º 0.95% 0.86% -
XYZ 15.14 9.38 68.72 -
YUV 68.58 213.45 87.64 -
System Red Green Blue C M Y K H S L
Decimal 12 68 220 0.95 0.69 0 0.14 223.85 0.9 0.45
Hex C 44 DC 5F 45 0 E E0 5A 2D
Octal 14 104 334 137 105 0 16 340 132 55
Binary 1100 1000100 11011100 1011111 1000101 0 1110 11100000 1011010 101101

Color Harmonies of #0C44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C44DC

Black with #0C44DC

Text Example


Text Example

White with #0C44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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