Html Css Color HEX #0B253E Tangaroa

📋 copy color: '#0B253E'

red 11 ◦ green 37 ◦ blue 62

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

Shades of Tangaroa #0B253E

Tints of Tangaroa #0B253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 62 (24.61% from 255) = 56.36%

R = 10%
G = 33.64%
B = 56.36%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B253E (or 0x0B253E) is known color: Tangaroa. HEX triplet: 0B, 25 and 3E. RGB value is (11,37,62). Sum of RGB (Red+Green+Blue) = 11+37+62=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B253E is #F4DAC1. Grayscale: #1F1F1F. Windows color (decimal): -16046786 or 4072715. OLE color: 4072715.

HSL color Cylindrical-coordinate representation of color #0B253E: hue angle of 209.41º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B253E is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 11 37 62 -
CMYK 0.82 0.40 0 0.76
HSL 209.41º 0.7% 0.14% -
HSV(B) 209.41º 0.82% 0.24% -
XYZ 1.67 1.74 4.81 -
YUV 32.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 11 37 62 0.82 0.40 0 0.76 209.41 0.7 0.14
Hex B 25 3E 52 28 0 4C D1 46 E
Octal 13 45 76 122 50 0 114 321 106 16
Binary 1011 100101 111110 1010010 101000 0 1001100 11010001 1000110 1110

Color Harmonies of #0B253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B253E

Black with #0B253E

Text Example


Text Example

White with #0B253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,37,62); }

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

background-color css

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

 a { background-color: rgb(11,37,62); }

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

border-color css

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

 span { border-color: rgb(11,37,62); }

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