Html Css Color HEX #0B344B Blue Whale

📋 copy color: '#0B344B'

red 11 ◦ green 52 ◦ blue 75

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

Shades of Blue Whale #0B344B

Tints of Blue Whale #0B344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

 BLUE value IS 75 (29.69% from 255) = 54.35%

R = 7.97%
G = 37.68%
B = 54.35%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B344B (or 0x0B344B) is known color: Blue Whale. HEX triplet: 0B, 34 and 4B. RGB value is (11,52,75). Sum of RGB (Red+Green+Blue) = 11+52+75=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B344B is #F4CBB4. Grayscale: #2A2A2A. Windows color (decimal): -16042933 or 4928523. OLE color: 4928523.

HSL color Cylindrical-coordinate representation of color #0B344B: hue angle of 201.56º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B344B is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 52 75 -
CMYK 0.85 0.31 0 0.71
HSL 201.56º 0.74% 0.17% -
HSV(B) 201.56º 0.85% 0.29% -
XYZ 2.64 3.04 7.1 -
YUV 42.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 11 52 75 0.85 0.31 0 0.71 201.56 0.74 0.17
Hex B 34 4B 55 1F 0 47 CA 4A 11
Octal 13 64 113 125 37 0 107 312 112 21
Binary 1011 110100 1001011 1010101 11111 0 1000111 11001010 1001010 10001

Color Harmonies of #0B344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B344B

Black with #0B344B

Text Example


Text Example

White with #0B344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,52,75); }

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

background-color css

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

 a { background-color: rgb(11,52,75); }

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

border-color css

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

 span { border-color: rgb(11,52,75); }

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