Html Css Color HEX #0C3FDB Persian Blue

📋 copy color: '#0C3FDB'

red 12 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #0C3FDB

Tints of Persian Blue #0C3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

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

R = 4.08%
G = 21.43%
B = 74.49%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C3FDB (or 0x0C3FDB) is known color: Persian Blue. HEX triplet: 0C, 3F and DB. RGB value is (12,63,219). Sum of RGB (Red+Green+Blue) = 12+63+219=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C3FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FDB is #F3C024. Grayscale: #404040. Windows color (decimal): -15974437 or 14368524. OLE color: 14368524.

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

Color convert

RGB 12 63 219 -
CMYK 0.95 0.71 0 0.14
HSL 225.22º 0.9% 0.45% -
HSV(B) 225.22º 0.95% 0.86% -
XYZ 14.72 8.75 67.93 -
YUV 65.54 214.6 89.82 -
System Red Green Blue C M Y K H S L
Decimal 12 63 219 0.95 0.71 0 0.14 225.22 0.9 0.45
Hex C 3F DB 5F 47 0 E E1 5A 2D
Octal 14 77 333 137 107 0 16 341 132 55
Binary 1100 111111 11011011 1011111 1000111 0 1110 11100001 1011010 101101

Color Harmonies of #0C3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3FDB

Black with #0C3FDB

Text Example


Text Example

White with #0C3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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