Html Css Color HEX #0B467B Dark Cerulean

📋 copy color: '#0B467B'

red 11 ◦ green 70 ◦ blue 123

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

Shades of Dark Cerulean #0B467B

Tints of Dark Cerulean #0B467B

RGB

 RED value IS 11 (4.69% from 255) = 5.39%

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 123 (48.44% from 255) = 60.29%

R = 5.39%
G = 34.31%
B = 60.29%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B467B (or 0x0B467B) is known color: Dark Cerulean. HEX triplet: 0B, 46 and 7B. RGB value is (11,70,123). Sum of RGB (Red+Green+Blue) = 11+70+123=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B467B is #F4B984. Grayscale: #3A3A3A. Windows color (decimal): -16038277 or 8078859. OLE color: 8078859.

HSL color Cylindrical-coordinate representation of color #0B467B: hue angle of 208.39º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B467B is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 70 123 -
CMYK 0.91 0.43 0 0.52
HSL 208.39º 0.84% 0.26% -
HSV(B) 208.39º 0.91% 0.48% -
XYZ 5.9 5.88 19.56 -
YUV 58.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 11 70 123 0.91 0.43 0 0.52 208.39 0.84 0.26
Hex B 46 7B 5B 2B 0 34 D0 54 1A
Octal 13 106 173 133 53 0 64 320 124 32
Binary 1011 1000110 1111011 1011011 101011 0 110100 11010000 1010100 11010

Color Harmonies of #0B467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B467B

Black with #0B467B

Text Example


Text Example

White with #0B467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,70,123); }

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

background-color css

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

 a { background-color: rgb(11,70,123); }

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

border-color css

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

 span { border-color: rgb(11,70,123); }

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