Html Css Color HEX #0C3BBC Persian Blue

📋 copy color: '#0C3BBC'

red 12 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #0C3BBC

Tints of Persian Blue #0C3BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.59%

R = 4.63%
G = 22.78%
B = 72.59%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C3BBC (or 0x0C3BBC) is known color: Persian Blue. HEX triplet: 0C, 3B and BC. RGB value is (12,59,188). Sum of RGB (Red+Green+Blue) = 12+59+188=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C3BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BBC is #F3C443. Grayscale: #3B3B3B. Windows color (decimal): -15975492 or 12335884. OLE color: 12335884.

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

Color convert

RGB 12 59 188 -
CMYK 0.94 0.69 0 0.26
HSL 223.98º 0.88% 0.39% -
HSV(B) 223.98º 0.94% 0.74% -
XYZ 10.79 6.84 48.33 -
YUV 59.65 200.43 94.01 -
System Red Green Blue C M Y K H S L
Decimal 12 59 188 0.94 0.69 0 0.26 223.98 0.88 0.39
Hex C 3B BC 5E 45 0 1A E0 58 27
Octal 14 73 274 136 105 0 32 340 130 47
Binary 1100 111011 10111100 1011110 1000101 0 11010 11100000 1011000 100111

Color Harmonies of #0C3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3BBC

Black with #0C3BBC

Text Example


Text Example

White with #0C3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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