Html Css Color HEX #21949A Java

📋 copy color: '#21949A'

red 33 ◦ green 148 ◦ blue 154

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

Shades of Java #21949A

Tints of Java #21949A

RGB

 RED value IS 33 (13.28% from 255) = 9.85%

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 154 (60.55% from 255) = 45.97%

R = 9.85%
G = 44.18%
B = 45.97%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21949A (or 0x21949A) is known color: Java. HEX triplet: 21, 94 and 9A. RGB value is (33,148,154). Sum of RGB (Red+Green+Blue) = 33+148+154=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #21949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21949A is #DE6B65. Grayscale: #727272. Windows color (decimal): -14576486 or 10130465. OLE color: 10130465.

HSL color Cylindrical-coordinate representation of color #21949A: hue angle of 182.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21949A is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 148 154 -
CMYK 0.79 0.04 0 0.40
HSL 182.98º 0.65% 0.37% -
HSV(B) 182.98º 0.79% 0.6% -
XYZ 17.05 23.84 34.27 -
YUV 114.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 33 148 154 0.79 0.04 0 0.40 182.98 0.65 0.37
Hex 21 94 9A 4F 4 0 28 B7 41 25
Octal 41 224 232 117 4 0 50 267 101 45
Binary 100001 10010100 10011010 1001111 100 0 101000 10110111 1000001 100101

Color Harmonies of #21949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21949A

Black with #21949A

Text Example


Text Example

White with #21949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21949A; }

 p { color: rgb(33,148,154); }

 H1.HeaderClassName
 {
   color: #21949A;
 }
 .AnyTagClassName
 {
   color: #21949A;
 }
</style>

background-color css

<style>
 a { background-color: #21949A; }

 a { background-color: rgb(33,148,154); }

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

border-color css

<style>
 span { border-color: #21949A; }

 span { border-color: rgb(33,148,154); }

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