Html Css Color HEX #0F397C Dark Cerulean

📋 copy color: '#0F397C'

red 15 ◦ green 57 ◦ blue 124

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

Shades of Dark Cerulean #0F397C

Tints of Dark Cerulean #0F397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

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

R = 7.65%
G = 29.08%
B = 63.27%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F397C (or 0x0F397C) is known color: Dark Cerulean. HEX triplet: 0F, 39 and 7C. RGB value is (15,57,124). Sum of RGB (Red+Green+Blue) = 15+57+124=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F397C is #F0C683. Grayscale: #333333. Windows color (decimal): -15779460 or 8141071. OLE color: 8141071.

HSL color Cylindrical-coordinate representation of color #0F397C: hue angle of 216.88º 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 #0F397C is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 57 124 -
CMYK 0.88 0.54 0 0.51
HSL 216.88º 0.78% 0.27% -
HSV(B) 216.88º 0.88% 0.49% -
XYZ 5.3 4.48 19.65 -
YUV 52.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 15 57 124 0.88 0.54 0 0.51 216.88 0.78 0.27
Hex F 39 7C 58 36 0 33 D9 4E 1B
Octal 17 71 174 130 66 0 63 331 116 33
Binary 1111 111001 1111100 1011000 110110 0 110011 11011001 1001110 11011

Color Harmonies of #0F397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F397C

Black with #0F397C

Text Example


Text Example

White with #0F397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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