Html Css Color HEX #02434C Sherpa Blue

📋 copy color: '#02434C'

red 2 ◦ green 67 ◦ blue 76

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

Shades of Sherpa Blue #02434C

Tints of Sherpa Blue #02434C

RGB

 RED value IS 2 (1.17% from 255) = 1.38%

 GREEN value IS 67 (26.56% from 255) = 46.21%

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 1.38%
G = 46.21%
B = 52.41%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02434C (or 0x02434C) is known color: Sherpa Blue. HEX triplet: 02, 43 and 4C. RGB value is (2,67,76). Sum of RGB (Red+Green+Blue) = 2+67+76=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #02434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02434C is #FDBCB3. Grayscale: #303030. Windows color (decimal): -16628916 or 4997890. OLE color: 4997890.

HSL color Cylindrical-coordinate representation of color #02434C: hue angle of 187.3º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02434C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 67 76 -
CMYK 0.97 0.12 0 0.70
HSL 187.3º 0.95% 0.15% -
HSV(B) 187.3º 0.97% 0.3% -
XYZ 3.34 4.55 7.54 -
YUV 48.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 2 67 76 0.97 0.12 0 0.70 187.3 0.95 0.15
Hex 2 43 4C 61 C 0 46 BB 5F F
Octal 2 103 114 141 14 0 106 273 137 17
Binary 10 1000011 1001100 1100001 1100 0 1000110 10111011 1011111 1111

Color Harmonies of #02434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02434C

Black with #02434C

Text Example


Text Example

White with #02434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02434C; }

 p { color: rgb(2,67,76); }

 H1.HeaderClassName
 {
   color: #02434C;
 }
 .AnyTagClassName
 {
   color: #02434C;
 }
</style>

background-color css

<style>
 a { background-color: #02434C; }

 a { background-color: rgb(2,67,76); }

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

border-color css

<style>
 span { border-color: #02434C; }

 span { border-color: rgb(2,67,76); }

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