Html Css Color HEX #0F3281 Dark Cerulean

📋 copy color: '#0F3281'

red 15 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #0F3281

Tints of Dark Cerulean #0F3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 7.73%
G = 25.77%
B = 66.49%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F3281 (or 0x0F3281) is known color: Dark Cerulean. HEX triplet: 0F, 32 and 81. RGB value is (15,50,129). Sum of RGB (Red+Green+Blue) = 15+50+129=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F3281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3281 is #F0CD7E. Grayscale: #303030. Windows color (decimal): -15781247 or 8466959. OLE color: 8466959.

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

Color convert

RGB 15 50 129 -
CMYK 0.88 0.61 0 0.49
HSL 221.58º 0.79% 0.28% -
HSV(B) 221.58º 0.88% 0.51% -
XYZ 5.3 3.97 21.26 -
YUV 48.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 15 50 129 0.88 0.61 0 0.49 221.58 0.79 0.28
Hex F 32 81 58 3D 0 31 DE 4F 1C
Octal 17 62 201 130 75 0 61 336 117 34
Binary 1111 110010 10000001 1011000 111101 0 110001 11011110 1001111 11100

Color Harmonies of #0F3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3281

Black with #0F3281

Text Example


Text Example

White with #0F3281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,129); }

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

background-color css

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

 a { background-color: rgb(15,50,129); }

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

border-color css

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

 span { border-color: rgb(15,50,129); }

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