Html Css Color HEX #0C30DB Persian Blue

📋 copy color: '#0C30DB'

red 12 ◦ green 48 ◦ blue 219

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

Shades of Persian Blue #0C30DB

Tints of Persian Blue #0C30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 4.3%
G = 17.2%
B = 78.49%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C30DB (or 0x0C30DB) is known color: Persian Blue. HEX triplet: 0C, 30 and DB. RGB value is (12,48,219). Sum of RGB (Red+Green+Blue) = 12+48+219=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C30DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C30DB is #F3CF24. Grayscale: #383838. Windows color (decimal): -15978277 or 14364684. OLE color: 14364684.

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

Color convert

RGB 12 48 219 -
CMYK 0.95 0.78 0 0.14
HSL 229.57º 0.9% 0.45% -
HSV(B) 229.57º 0.95% 0.86% -
XYZ 13.99 7.31 67.69 -
YUV 56.73 219.57 96.1 -
System Red Green Blue C M Y K H S L
Decimal 12 48 219 0.95 0.78 0 0.14 229.57 0.9 0.45
Hex C 30 DB 5F 4E 0 E E6 5A 2D
Octal 14 60 333 137 116 0 16 346 132 55
Binary 1100 110000 11011011 1011111 1001110 0 1110 11100110 1011010 101101

Color Harmonies of #0C30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C30DB

Black with #0C30DB

Text Example


Text Example

White with #0C30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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