Html Css Color HEX #0F537C Dark Cerulean

📋 copy color: '#0F537C'

red 15 ◦ green 83 ◦ blue 124

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

Shades of Dark Cerulean #0F537C

Tints of Dark Cerulean #0F537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 6.76%
G = 37.39%
B = 55.86%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F537C (or 0x0F537C) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 7C. RGB value is (15,83,124). Sum of RGB (Red+Green+Blue) = 15+83+124=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F537C is #F0AC83. Grayscale: #434343. Windows color (decimal): -15772804 or 8147727. OLE color: 8147727.

HSL color Cylindrical-coordinate representation of color #0F537C: hue angle of 202.57º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F537C is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 83 124 -
CMYK 0.88 0.33 0 0.51
HSL 202.57º 0.78% 0.27% -
HSV(B) 202.57º 0.88% 0.49% -
XYZ 6.93 7.74 20.2 -
YUV 67.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 15 83 124 0.88 0.33 0 0.51 202.57 0.78 0.27
Hex F 53 7C 58 21 0 33 CB 4E 1B
Octal 17 123 174 130 41 0 63 313 116 33
Binary 1111 1010011 1111100 1011000 100001 0 110011 11001011 1001110 11011

Color Harmonies of #0F537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F537C

Black with #0F537C

Text Example


Text Example

White with #0F537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,124); }

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

background-color css

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

 a { background-color: rgb(15,83,124); }

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

border-color css

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

 span { border-color: rgb(15,83,124); }

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