Html Css Color HEX #0F42CB Persian Blue

📋 copy color: '#0F42CB'

red 15 ◦ green 66 ◦ blue 203

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

Shades of Persian Blue #0F42CB

Tints of Persian Blue #0F42CB

RGB

 RED value IS 15 (6.25% from 255) = 5.28%

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 5.28%
G = 23.24%
B = 71.48%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F42CB (or 0x0F42CB) is known color: Persian Blue. HEX triplet: 0F, 42 and CB. RGB value is (15,66,203). Sum of RGB (Red+Green+Blue) = 15+66+203=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F42CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F42CB is #F0BD34. Grayscale: #414141. Windows color (decimal): -15777077 or 13320719. OLE color: 13320719.

HSL color Cylindrical-coordinate representation of color #0F42CB: hue angle of 223.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F42CB is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 66 203 -
CMYK 0.93 0.67 0 0.20
HSL 223.72º 0.86% 0.43% -
HSV(B) 223.72º 0.93% 0.8% -
XYZ 12.92 8.31 57.42 -
YUV 66.37 205.1 91.36 -
System Red Green Blue C M Y K H S L
Decimal 15 66 203 0.93 0.67 0 0.20 223.72 0.86 0.43
Hex F 42 CB 5D 43 0 14 E0 56 2B
Octal 17 102 313 135 103 0 24 340 126 53
Binary 1111 1000010 11001011 1011101 1000011 0 10100 11100000 1010110 101011

Color Harmonies of #0F42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F42CB

Black with #0F42CB

Text Example


Text Example

White with #0F42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,203); }

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

background-color css

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

 a { background-color: rgb(15,66,203); }

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

border-color css

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

 span { border-color: rgb(15,66,203); }

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