Html Css Color HEX #0C3BCC Persian Blue

📋 copy color: '#0C3BCC'

red 12 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #0C3BCC

Tints of Persian Blue #0C3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

 BLUE value IS 204 (80.08% from 255) = 74.18%

R = 4.36%
G = 21.45%
B = 74.18%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C3BCC (or 0x0C3BCC) is known color: Persian Blue. HEX triplet: 0C, 3B and CC. RGB value is (12,59,204). Sum of RGB (Red+Green+Blue) = 12+59+204=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C3BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BCC is #F3C433. Grayscale: #3C3C3C. Windows color (decimal): -15975476 or 13384460. OLE color: 13384460.

HSL color Cylindrical-coordinate representation of color #0C3BCC: hue angle of 225.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3BCC is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 59 204 -
CMYK 0.94 0.71 0 0.2
HSL 225.31º 0.89% 0.42% -
HSV(B) 225.31º 0.94% 0.8% -
XYZ 12.61 7.57 57.92 -
YUV 61.48 208.43 92.71 -
System Red Green Blue C M Y K H S L
Decimal 12 59 204 0.94 0.71 0 0.2 225.31 0.89 0.42
Hex C 3B CC 5E 47 0 14 E1 59 2A
Octal 14 73 314 136 107 0 24 341 131 52
Binary 1100 111011 11001100 1011110 1000111 0 10100 11100001 1011001 101010

Color Harmonies of #0C3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3BCC

Black with #0C3BCC

Text Example


Text Example

White with #0C3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,59,204); }

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

background-color css

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

 a { background-color: rgb(12,59,204); }

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

border-color css

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

 span { border-color: rgb(12,59,204); }

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