Html Css Color HEX #0F37CC Persian Blue

📋 copy color: '#0F37CC'

red 15 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #0F37CC

Tints of Persian Blue #0F37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 5.47%
G = 20.07%
B = 74.45%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F37CC (or 0x0F37CC) is known color: Persian Blue. HEX triplet: 0F, 37 and CC. RGB value is (15,55,204). Sum of RGB (Red+Green+Blue) = 15+55+204=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F37CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F37CC is #F0C833. Grayscale: #3B3B3B. Windows color (decimal): -15779892 or 13383439. OLE color: 13383439.

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

Color convert

RGB 15 55 204 -
CMYK 0.93 0.73 0 0.2
HSL 227.3º 0.86% 0.43% -
HSV(B) 227.3º 0.93% 0.8% -
XYZ 12.46 7.19 57.86 -
YUV 60.03 209.25 95.88 -
System Red Green Blue C M Y K H S L
Decimal 15 55 204 0.93 0.73 0 0.2 227.3 0.86 0.43
Hex F 37 CC 5D 49 0 14 E3 56 2B
Octal 17 67 314 135 111 0 24 343 126 53
Binary 1111 110111 11001100 1011101 1001001 0 10100 11100011 1010110 101011

Color Harmonies of #0F37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F37CC

Black with #0F37CC

Text Example


Text Example

White with #0F37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,204); }

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

background-color css

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

 a { background-color: rgb(15,55,204); }

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

border-color css

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

 span { border-color: rgb(15,55,204); }

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