Html Css Color HEX #0D233E Tangaroa

📋 copy color: '#0D233E'

red 13 ◦ green 35 ◦ blue 62

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

Shades of Tangaroa #0D233E

Tints of Tangaroa #0D233E

RGB

 RED value IS 13 (5.47% from 255) = 11.82%

 GREEN value IS 35 (14.06% from 255) = 31.82%

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

R = 11.82%
G = 31.82%
B = 56.36%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D233E (or 0x0D233E) is known color: Tangaroa. HEX triplet: 0D, 23 and 3E. RGB value is (13,35,62). Sum of RGB (Red+Green+Blue) = 13+35+62=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 35 (14.06% from 255 or 31.82% 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 #0D233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D233E is #F2DCC1. Grayscale: #1F1F1F. Windows color (decimal): -15916226 or 4072205. OLE color: 4072205.

HSL color Cylindrical-coordinate representation of color #0D233E: hue angle of 213.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D233E is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 35 62 -
CMYK 0.79 0.44 0 0.76
HSL 213.06º 0.65% 0.15% -
HSV(B) 213.06º 0.79% 0.24% -
XYZ 1.64 1.64 4.79 -
YUV 31.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 13 35 62 0.79 0.44 0 0.76 213.06 0.65 0.15
Hex D 23 3E 4F 2C 0 4C D5 41 F
Octal 15 43 76 117 54 0 114 325 101 17
Binary 1101 100011 111110 1001111 101100 0 1001100 11010101 1000001 1111

Color Harmonies of #0D233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D233E

Black with #0D233E

Text Example


Text Example

White with #0D233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,35,62); }

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

background-color css

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

 a { background-color: rgb(13,35,62); }

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

border-color css

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

 span { border-color: rgb(13,35,62); }

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