Html Css Color HEX #0F449B Cobalt

📋 copy color: '#0F449B'

red 15 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #0F449B

Tints of Cobalt #0F449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 6.3%
G = 28.57%
B = 65.13%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F449B (or 0x0F449B) is known color: Cobalt. HEX triplet: 0F, 44 and 9B. RGB value is (15,68,155). Sum of RGB (Red+Green+Blue) = 15+68+155=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F449B is #F0BB64. Grayscale: #3D3D3D. Windows color (decimal): -15776613 or 10175503. OLE color: 10175503.

HSL color Cylindrical-coordinate representation of color #0F449B: hue angle of 217.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F449B is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 68 155 -
CMYK 0.90 0.56 0 0.39
HSL 217.29º 0.82% 0.33% -
HSV(B) 217.29º 0.9% 0.61% -
XYZ 8.18 6.6 31.85 -
YUV 62.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 15 68 155 0.90 0.56 0 0.39 217.29 0.82 0.33
Hex F 44 9B 5A 38 0 27 D9 52 21
Octal 17 104 233 132 70 0 47 331 122 41
Binary 1111 1000100 10011011 1011010 111000 0 100111 11011001 1010010 100001

Color Harmonies of #0F449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F449B

Black with #0F449B

Text Example


Text Example

White with #0F449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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