Html Css Color HEX #0C3CBD Persian Blue

📋 copy color: '#0C3CBD'

red 12 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #0C3CBD

Tints of Persian Blue #0C3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

 BLUE value IS 189 (74.22% from 255) = 72.41%

R = 4.6%
G = 22.99%
B = 72.41%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C3CBD (or 0x0C3CBD) is known color: Persian Blue. HEX triplet: 0C, 3C and BD. RGB value is (12,60,189). Sum of RGB (Red+Green+Blue) = 12+60+189=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C3CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3CBD is #F3C342. Grayscale: #3B3B3B. Windows color (decimal): -15975235 or 12401676. OLE color: 12401676.

HSL color Cylindrical-coordinate representation of color #0C3CBD: hue angle of 223.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3CBD is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 60 189 -
CMYK 0.94 0.68 0 0.26
HSL 223.73º 0.88% 0.39% -
HSV(B) 223.73º 0.94% 0.74% -
XYZ 10.95 6.98 48.91 -
YUV 60.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 12 60 189 0.94 0.68 0 0.26 223.73 0.88 0.39
Hex C 3C BD 5E 44 0 1A E0 58 27
Octal 14 74 275 136 104 0 32 340 130 47
Binary 1100 111100 10111101 1011110 1000100 0 11010 11100000 1011000 100111

Color Harmonies of #0C3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3CBD

Black with #0C3CBD

Text Example


Text Example

White with #0C3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,60,189); }

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

background-color css

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

 a { background-color: rgb(12,60,189); }

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

border-color css

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

 span { border-color: rgb(12,60,189); }

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