Html Css Color HEX #0C3CDB Persian Blue

📋 copy color: '#0C3CDB'

red 12 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #0C3CDB

Tints of Persian Blue #0C3CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.26%

R = 4.12%
G = 20.62%
B = 75.26%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C3CDB (or 0x0C3CDB) is known color: Persian Blue. HEX triplet: 0C, 3C and DB. RGB value is (12,60,219). Sum of RGB (Red+Green+Blue) = 12+60+219=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C3CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3CDB is #F3C324. Grayscale: #3F3F3F. Windows color (decimal): -15975205 or 14367756. OLE color: 14367756.

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

Color convert

RGB 12 60 219 -
CMYK 0.95 0.73 0 0.14
HSL 226.09º 0.9% 0.45% -
HSV(B) 226.09º 0.95% 0.86% -
XYZ 14.55 8.42 67.88 -
YUV 63.77 215.6 91.07 -
System Red Green Blue C M Y K H S L
Decimal 12 60 219 0.95 0.73 0 0.14 226.09 0.9 0.45
Hex C 3C DB 5F 49 0 E E2 5A 2D
Octal 14 74 333 137 111 0 16 342 132 55
Binary 1100 111100 11011011 1011111 1001001 0 1110 11100010 1011010 101101

Color Harmonies of #0C3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3CDB

Black with #0C3CDB

Text Example


Text Example

White with #0C3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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