Html Css Color HEX #0C28DB Persian Blue

📋 copy color: '#0C28DB'

red 12 ◦ green 40 ◦ blue 219

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

Shades of Persian Blue #0C28DB

Tints of Persian Blue #0C28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 4.43%
G = 14.76%
B = 80.81%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C28DB (or 0x0C28DB) is known color: Persian Blue. HEX triplet: 0C, 28 and DB. RGB value is (12,40,219). Sum of RGB (Red+Green+Blue) = 12+40+219=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C28DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C28DB is #F3D724. Grayscale: #333333. Windows color (decimal): -15980325 or 14362636. OLE color: 14362636.

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

Color convert

RGB 12 40 219 -
CMYK 0.95 0.82 0 0.14
HSL 231.88º 0.9% 0.45% -
HSV(B) 231.88º 0.95% 0.86% -
XYZ 13.7 6.71 67.59 -
YUV 52.03 222.22 99.45 -
System Red Green Blue C M Y K H S L
Decimal 12 40 219 0.95 0.82 0 0.14 231.88 0.9 0.45
Hex C 28 DB 5F 52 0 E E8 5A 2D
Octal 14 50 333 137 122 0 16 350 132 55
Binary 1100 101000 11011011 1011111 1010010 0 1110 11101000 1011010 101101

Color Harmonies of #0C28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C28DB

Black with #0C28DB

Text Example


Text Example

White with #0C28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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