Html Css Color HEX #0F397F Dark Cerulean

📋 copy color: '#0F397F'

red 15 ◦ green 57 ◦ blue 127

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

Shades of Dark Cerulean #0F397F

Tints of Dark Cerulean #0F397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 7.54%
G = 28.64%
B = 63.82%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F397F (or 0x0F397F) is known color: Dark Cerulean. HEX triplet: 0F, 39 and 7F. RGB value is (15,57,127). Sum of RGB (Red+Green+Blue) = 15+57+127=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F397F is #F0C680. Grayscale: #343434. Windows color (decimal): -15779457 or 8337679. OLE color: 8337679.

HSL color Cylindrical-coordinate representation of color #0F397F: hue angle of 217.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F397F is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 57 127 -
CMYK 0.88 0.55 0 0.50
HSL 217.5º 0.79% 0.28% -
HSV(B) 217.5º 0.88% 0.5% -
XYZ 5.49 4.56 20.67 -
YUV 52.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 15 57 127 0.88 0.55 0 0.50 217.5 0.79 0.28
Hex F 39 7F 58 37 0 32 DA 4F 1C
Octal 17 71 177 130 67 0 62 332 117 34
Binary 1111 111001 1111111 1011000 110111 0 110010 11011010 1001111 11100

Color Harmonies of #0F397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F397F

Black with #0F397F

Text Example


Text Example

White with #0F397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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