Html Css Color HEX #0C2E3A Blue Whale

📋 copy color: '#0C2E3A'

red 12 ◦ green 46 ◦ blue 58

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

Shades of Blue Whale #0C2E3A

Tints of Blue Whale #0C2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 39.66%

 BLUE value IS 58 (23.05% from 255) = 50%

R = 10.34%
G = 39.66%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C2E3A (or 0x0C2E3A) is known color: Blue Whale. HEX triplet: 0C, 2E and 3A. RGB value is (12,46,58). Sum of RGB (Red+Green+Blue) = 12+46+58=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C2E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E3A is #F3D1C5. Grayscale: #252525. Windows color (decimal): -15978950 or 3812876. OLE color: 3812876.

HSL color Cylindrical-coordinate representation of color #0C2E3A: hue angle of 195.65º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2E3A is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 46 58 -
CMYK 0.79 0.21 0 0.77
HSL 195.65º 0.66% 0.14% -
HSV(B) 195.65º 0.79% 0.23% -
XYZ 1.89 2.34 4.35 -
YUV 37.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 12 46 58 0.79 0.21 0 0.77 195.65 0.66 0.14
Hex C 2E 3A 4F 15 0 4D C4 42 E
Octal 14 56 72 117 25 0 115 304 102 16
Binary 1100 101110 111010 1001111 10101 0 1001101 11000100 1000010 1110

Color Harmonies of #0C2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2E3A

Black with #0C2E3A

Text Example


Text Example

White with #0C2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,46,58); }

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

background-color css

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

 a { background-color: rgb(12,46,58); }

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

border-color css

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

 span { border-color: rgb(12,46,58); }

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