Html Css Color HEX #0F4485 Dark Cerulean

📋 copy color: '#0F4485'

red 15 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #0F4485

Tints of Dark Cerulean #0F4485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 6.94%
G = 31.48%
B = 61.57%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F4485 (or 0x0F4485) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 85. RGB value is (15,68,133). Sum of RGB (Red+Green+Blue) = 15+68+133=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F4485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4485 is #F0BB7A. Grayscale: #3B3B3B. Windows color (decimal): -15776635 or 8733711. OLE color: 8733711.

HSL color Cylindrical-coordinate representation of color #0F4485: hue angle of 213.05º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4485 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 68 133 -
CMYK 0.89 0.49 0 0.48
HSL 213.05º 0.8% 0.29% -
HSV(B) 213.05º 0.89% 0.52% -
XYZ 6.5 5.93 22.99 -
YUV 59.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 15 68 133 0.89 0.49 0 0.48 213.05 0.8 0.29
Hex F 44 85 59 31 0 30 D5 50 1D
Octal 17 104 205 131 61 0 60 325 120 35
Binary 1111 1000100 10000101 1011001 110001 0 110000 11010101 1010000 11101

Color Harmonies of #0F4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4485

Black with #0F4485

Text Example


Text Example

White with #0F4485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,133); }

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

background-color css

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

 a { background-color: rgb(15,68,133); }

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

border-color css

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

 span { border-color: rgb(15,68,133); }

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