Html Css Color HEX #002B43 Blue Whale

📋 copy color: '#002B43'

red 0 ◦ green 43 ◦ blue 67

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

Shades of Blue Whale #002B43

Tints of Blue Whale #002B43

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 43 (17.19% from 255) = 39.09%

 BLUE value IS 67 (26.56% from 255) = 60.91%

R = 0%
G = 39.09%
B = 60.91%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002B43 (or 0x002B43) is known color: Blue Whale. HEX triplet: 00, 2B and 43. RGB value is (0,43,67). Sum of RGB (Red+Green+Blue) = 0+43+67=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #002B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B43 is #FFD4BC. Grayscale: #202020. Windows color (decimal): -16766141 or 4401920. OLE color: 4401920.

HSL color Cylindrical-coordinate representation of color #002B43: hue angle of 201.49º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B43 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 43 67 -
CMYK 1 0.36 0 0.74
HSL 201.49º 1% 0.13% -
HSV(B) 201.49º 1% 0.26% -
XYZ 1.88 2.13 5.62 -
YUV 32.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 0 43 67 1 0.36 0 0.74 201.49 1 0.13
Hex 0 2B 43 64 24 0 4A C9 64 D
Octal 0 53 103 144 44 0 112 311 144 15
Binary 0 101011 1000011 1100100 100100 0 1001010 11001001 1100100 1101

Color Harmonies of #002B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B43

Black with #002B43

Text Example


Text Example

White with #002B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002B43; }

 p { color: rgb(0,43,67); }

 H1.HeaderClassName
 {
   color: #002B43;
 }
 .AnyTagClassName
 {
   color: #002B43;
 }
</style>

background-color css

<style>
 a { background-color: #002B43; }

 a { background-color: rgb(0,43,67); }

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

border-color css

<style>
 span { border-color: #002B43; }

 span { border-color: rgb(0,43,67); }

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