Html Css Color HEX #0F438B Dark Cerulean

📋 copy color: '#0F438B'

red 15 ◦ green 67 ◦ blue 139

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

Shades of Dark Cerulean #0F438B

Tints of Dark Cerulean #0F438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 139 (54.69% from 255) = 62.9%

R = 6.79%
G = 30.32%
B = 62.9%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F438B (or 0x0F438B) is known color: Dark Cerulean. HEX triplet: 0F, 43 and 8B. RGB value is (15,67,139). Sum of RGB (Red+Green+Blue) = 15+67+139=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F438B is #F0BC74. Grayscale: #3B3B3B. Windows color (decimal): -15776885 or 9126671. OLE color: 9126671.

HSL color Cylindrical-coordinate representation of color #0F438B: hue angle of 214.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F438B is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 67 139 -
CMYK 0.89 0.52 0 0.45
HSL 214.84º 0.81% 0.3% -
HSV(B) 214.84º 0.89% 0.55% -
XYZ 6.86 5.98 25.22 -
YUV 59.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 15 67 139 0.89 0.52 0 0.45 214.84 0.81 0.3
Hex F 43 8B 59 34 0 2D D7 51 1E
Octal 17 103 213 131 64 0 55 327 121 36
Binary 1111 1000011 10001011 1011001 110100 0 101101 11010111 1010001 11110

Color Harmonies of #0F438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F438B

Black with #0F438B

Text Example


Text Example

White with #0F438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,67,139); }

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

background-color css

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

 a { background-color: rgb(15,67,139); }

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

border-color css

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

 span { border-color: rgb(15,67,139); }

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