Html Css Color HEX #0C263F Tangaroa

📋 copy color: '#0C263F'

red 12 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #0C263F

Tints of Tangaroa #0C263F

RGB

 RED value IS 12 (5.08% from 255) = 10.62%

 GREEN value IS 38 (15.23% from 255) = 33.63%

 BLUE value IS 63 (25% from 255) = 55.75%

R = 10.62%
G = 33.63%
B = 55.75%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0C263F (or 0x0C263F) is known color: Tangaroa. HEX triplet: 0C, 26 and 3F. RGB value is (12,38,63). Sum of RGB (Red+Green+Blue) = 12+38+63=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #0C263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C263F is #F3D9C0. Grayscale: #202020. Windows color (decimal): -15980993 or 4138508. OLE color: 4138508.

HSL color Cylindrical-coordinate representation of color #0C263F: hue angle of 209.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C263F is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 38 63 -
CMYK 0.81 0.40 0 0.75
HSL 209.41º 0.68% 0.15% -
HSV(B) 209.41º 0.81% 0.25% -
XYZ 1.74 1.82 4.96 -
YUV 33.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 12 38 63 0.81 0.40 0 0.75 209.41 0.68 0.15
Hex C 26 3F 51 28 0 4B D1 44 F
Octal 14 46 77 121 50 0 113 321 104 17
Binary 1100 100110 111111 1010001 101000 0 1001011 11010001 1000100 1111

Color Harmonies of #0C263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C263F

Black with #0C263F

Text Example


Text Example

White with #0C263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,38,63); }

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

background-color css

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

 a { background-color: rgb(12,38,63); }

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

border-color css

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

 span { border-color: rgb(12,38,63); }

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